<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}

table{
    width: 100%;
    border: 1px solid #eaeaea;
    border-collapse: collapse;
}

td{
    border: 1px solid #eaeaea;
}

ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1,
.container {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.bowrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.header {
    width: 100%;
    display: block;
    background: #fff;
}

.top {
    width: 100%;
    background: #f3f3f3;
    display: block;
    overflow: hidden;
    line-height: 36px;
}

.top p {
    font-size: 14px;
    color: #333333;
}

.top .top_ico {
    display: block;
}

.top .top_ico ul {
    list-style: none;
    float: left;
    display: block;
    overflow: hidden;
}

.top .top_ico ul li {
    float: left;
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #fff;
    line-height: 14px;
}

.top .top_ico ul li:nth-child(4) {
    border-right: none;
}

.top .top_ico ul li a {
    color: #333333;
    opacity: 0.7;
    font-size: 14px;
    display: block;
}

.top_logo {
    margin: 15px auto 0;
    height: 85px;
    display: block;
}

.top_logo .logo {
    width: 750px;
    display: block;
    overflow: hidden;
}

.top_logo .logo img {
    width: 55px;
    float: left;
    margin-right: 20px;
    display: block;
}

.top_logo .logo .lo_txt {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.top_logo .logo .lo_txt h3 {
    font-size: 24px;
    color: #004b98;
    line-height: 30px;
}

.top_logo .logo .lo_txt p {
    font-size: 16px;
    color: #212123;
    line-height: 28px;
}

.navlist {
    width: 100%;
    height: 60px;
    display: block;
    background: #004b98;
}

.nav_out {
    display: block;
    margin: 0 auto;
    width: 1200px
}

.tem_head nav {
    width: 1200px;
    position: absolute;
    height: 60px;
    line-height: 60px;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    width: 14.25%;
}

.tem_head nav ul li span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8
}

.tem_head nav a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 60px;
}

.tem_head nav a:hover {
    color: #fff;
    background: #2d98e6;
}

.tem_head nav a.navdown {
    color: #fff;
    background: #2d98e6;
}

.tem_head nav a.navdown:hover {
    color: #fff;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
    background: #004b97;
}

.tem_head nav ul li dl dd {
    float: left;
    padding: 20px 0;
    min-width: 172px;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.5;
    height: 26px;
    font-size: 14px;
    color: #fff;
}

.tem_head nav ul li dl dd a:hover {
    color: #fff;
}

.tem_head nav ul li:hover&gt;dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}

.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}

.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}

.top_tel {
    display: block;
    padding-left: 60px;
    background: url(../images/top_tel.png) left no-repeat;
    line-height: 30px;
    margin-top: 12px;
}

.top_tel p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.top_tel h3 {
    font-size: 27px;
    color: #004b98;
}


/*  产品中心 */

.index_product {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0;
}

.pro_tit {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.pro_tit h3 {
    font-size: 48px;
    background-image: linear-gradient(180deg, #2b94e2, #03509d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;
    text-transform: uppercase;
}

.pro_tit h4 {
    font-size: 30px;
    color: #333;
    line-height: 45px;
}

.pro_tit i {
    position: absolute;
    bottom: -10px;
    width: 12px;
    height: 12px;
    border: 3px solid #03509d;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    left: 49.5%;
}

.product_lb {
    padding: 50px 0 0;
    overflow: hidden;
}

.pro_side {
    width: 270px;
    background: #1058aa;
    display: block;
    overflow: hidden;
}

.cp_fl {}

.cp_fl h3 {
    width: 100%;
    background: url(../images/p_tot.png) center no-repeat;
    text-align: center;
    line-height: 118px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.cp_lb {
    padding: 20px 10px 0;
    background: #fff;
    margin: 10px;
    display: block;
    overflow: hidden;
}

.cp_lb dl {
    margin-bottom: 12px;
}

.cp_lb dl dt {
    background: url(../images/p_ico.png) 10px no-repeat #1058aa;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 45px;
}

.cp_lb dl dt.on {
    background: url(../images/p_ico.png) 10px no-repeat #2d98e6;
}

.cp_lb dl dt a {
    color: #fff;
    display: block;
}

.cp_lb dl dd {
    display: none;
    overflow: hidden;
    padding: 15px 10px 0;
}

.cp_lb dl dd a {
    width: 100%;
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.cp_lb dl:hover dt {
    background: url(../images/p_ico.png) 10px no-repeat #2d98e6;
}

.cp_lb dl dd a:hover,
.cp_lb dl dd .on2 {
    color: #1058aa;
    text-decoration: underline;
}

.pro_side hr {
    height: 10px;
    width: 100%;
    background: #fff;
}

.products {
    width: 900px;
    display: block;
    overflow: hidden;
    position: relative;
}

.products .tab-hd {
    overflow: hidden;
    zoom: 1;
    list-style: none;
    height: 64px;
    border: 1px solid #ecebeb;
}

.products .tab-hd li {
    color: #161616;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 64px;
    width: 175px;
    text-align: center;
    border-right: 1px solid #ecebeb;
}

.products .tab-hd li:last-child {
    border-right: none;
}

.products .tab-hd li a {
    color: #000;
}

.products .tab-hd li:hover {
    background: #1859b7;
    color: #fff;
}

.products .tab-hd .active02 {
    background: #1859b7;
    color: #fff !important;
}

.products .tab-hd .active02 a {
    color: #fff;
}

.products .tab-bd {
    /* width: 100%; */
    display: block;
    margin-top: 40px;
}

.products .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
}

.products .tab-bd li.thisclass {
    display: list-item;
}

.products .tab-bd li.thisclass {
    display: block;
    overflow: hidden;
}

.pro_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_list dl {
    width: 288px;
    float: left;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
    position: relative;
}

.pro_list dl a {
    line-height: 0;
}

.pro_list dl hr {
    background-color: #5685ca;
    width: 0px;
    position: absolute;
    bottom: 0;
    transition: width 1s linear;
    height: 2px;
    border: 0px;
}

.pro_list dl a:hover hr {
    width: 100%;
}

.pro_list dl:nth-child(3n) {
    margin-right: 0;
}

.pro_list dl dt {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    background-color: #000;
    position: relative;
}

.pro_list dl dt .zhezhao {
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    margin-top: -100%;
}

.pro_list dl dt .zhezhao img {
    width: 53px;
    height: 53px;
    display: block;
    margin: 20% auto 0;
}

.pro_list dl dt .zhezhao h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: normal;
}

.pro_list dl a:hover dt .zhezhao {
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.pro_list dl dt img {
    width: 100%;
    transition: all .5s;
}

.pro_list dl dd {
    width: 100%;
    overflow: hidden;
}

.pro_list dl dd h4 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    color: #393939;
    text-indent: 16px;
    font-weight: normal;
}

.pro_list dl dd h4 i {
    float: right;
    width: 28px;
    height: 27px;
    display: block;
    margin-right: 18px;
    background: url(../images/arrow.png) no-repeat;
}

.pro_list dl:hover dd h4 i {
    background: url(../images/arrow02.png) no-repeat;
}

.pro_list dl:hover dd h4 {
    color: #1859b7;
}

.pro_list dl dd i {
    margin: 12px auto 5px;
    text-align: center;
    font-size: 100px;
    color: #999;
    display: block;
}

.pro_list dl dd h3 {
    text-align: center;
    font-size: 26px;
    color: #333
}


/* 广告  */

.index_adv {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/adv_bg.jpg) center no-repeat;
    padding: 85px 0 60px;
}

.adv_tel {
    width: 340px;
    display: block;
}

.adv_tel p {
    width: 150px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #004b98;
    line-height: 56px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    float: right;
}

.adv_tel h3 {
    font-size: 40px;
    color: #fff;
    padding-left: 60px;
    background: url(../images/tel_ico.png) left no-repeat;
    line-height: 70px;
    display: block;
    margin-top: 12px;
    overflow: hidden;
    width: 100%;
}

.adv_txt {
    width: 650px;
    margin-left: 50px;
    display: block;
    overflow: hidden;
}

.adv_by {
    display: block;
    overflow: hidden;
}

.adv_by h3 {
    float: left;
    font-size: 95px;
    color: #fff;
    line-height: 100px;
    margin-right: 15px;
    font-weight: normal;
}

.adv_by span {
    float: left;
    display: inline-block;
}

.adv_by span h4 {
    font-size: 42px;
    color: #fff;
    line-height: 60px;
    font-weight: normal;
}

.adv_by span i {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-style: normal;
}

.adv_txt p {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}


/*  案例展示 */

.index_case {
    padding: 60px 0;
    display: block;
    overflow: hidden;
}

.case_list {
    width: 1200px;
    margin: 40px auto 15px;
    display: block;
    overflow: hidden;
}

.case_list .tab-hd01 {
    overflow: hidden;
    zoom: 1;
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.case_list .tab-hd01 li {
    width: 180px;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin-right: 37px;
    font-size: 20px;
    display: inline-block;
    height: 100px;
    border-radius: 10px;
}

.case_list .tab-hd01 li i {
    width: 50px;
    margin: 5px auto 0;
    display: block;
    overflow: hidden;
    height: 50px;
}

.case_list .tab-hd01 li .ico01 {
    background: url(../images/ico01.png) 0 0 no-repeat;
}

.case_list .tab-hd01 li .ico02 {
    background: url(../images/ico01.png) 0 -50px no-repeat;
}

.case_list .tab-hd01 li .ico03 {
    background: url(../images/ico01.png) 0 -100px no-repeat;
}

.case_list .tab-hd01 li .ico04 {
    background: url(../images/ico01.png) 0 -150px no-repeat;
}

.case_list .tab-hd01 li:hover .ico01,
.active02 .ico01 {
    background: url(../images/ico01.png) -50px 0 no-repeat !important;
}

.case_list .tab-hd01 li:hover .ico02,
.active02 .ico02 {
    background: url(../images/ico01.png) -50px -50px no-repeat !important;
}

.case_list .tab-hd01 li:hover .ico03,
.active02 .ico03 {
    background: url(../images/ico01.png) -50px -100px no-repeat !important;
}

.case_list .tab-hd01 li:hover .ico04,
.active02 .ico04 {
    background: url(../images/ico01.png) -50px -150px no-repeat !important;
}

.case_list .tab-hd01 li:hover,
.active02 {
    color: #1859b7 !important;
}

.case_list .tab-hd01 li:nth-child(5) {
    margin-right: 0 !important;
}

.case_list .tab-bd01 li {
    display: none;
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}

.case_list .tab-bd01 li.thisclass {
    display: list-item;
}

.case_list .tab-bd01 li.thisclass {
    width: 1200px;
    display: block;
    overflow: hidden;
}

.case_list .tab-bd01 li .cases {
    display: block;
    overflow: hidden;
}

.case_list .tab-bd01 li .cases dl {
    width: 390px;
    float: left;
    margin: 15px 15px 10px 0;
    display: block;
    overflow: hidden;
}

.cases dl:nth-child(3n) {
    margin-right: 0 !important;
}

.cases dl dt {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cases dl dt img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.cases dl dd {
    background: #f9f9f9;
    width: 100%;
    text-align: center;
    line-height: 60px;
}

.cases dl dd h3 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.cases dl:hover dd {
    background: #1859b7;
}

.cases dl:hover dd h3 {
    color: #fff;
}

.cases dl:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.p_more {
    width: 188px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: #1859b7;
    border-radius: 30px;
}

.p_more a {
    display: block;
    padding: 13px 0;
    font-size: 14px;
    color: #fff;
}

.p_more a:hover {
    color: #fff;
}


/*  新闻 */

.index_news {
    padding: 30px 0 40px;
    overflow: hidden;
}

.news_cc {
    padding-top: 50px;
    overflow: hidden;
}

.hot_news {
    width: 590px;
    display: block;
    overflow: hidden;
}

.news_tit {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_tit i {
    width: 12px;
    height: 12px;
    border: 3px solid #03509d;
    display: block;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.news_tit h3 {
    font-size: 22px;
    color: #333333;
    line-height: 40px;
}

.news_tit h3 span {
    color: #999999;
    font-weight: normal;
}

.news_con {
    background: #1859b7;
    padding: 35px 30px 35px 75px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}

#news01 {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 385px;
    position: static !important;
}

#news01 .swiper-slide {
    width: 100%;
    display: block;
}

#news01 .swiper-pagination {
    left: 35px;
    right: auto;
}

#news01 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5
}

#news01 .swiper-pagination-bullet-active {
    opacity: 1
}

#news01 .swiper-slide dl {
    display: block;
    overflow: hidden;
}

#news01 .swiper-slide dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

#news01 .swiper-slide dl dt img {
    display: block;
    width: 100%;
}

#news01 .swiper-slide dl dd {
    padding: 15px 0;
}

#news01 .swiper-slide dl dd h3 {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    font-weight: normal;
}

#news01 .swiper-slide dl dd p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 10px 0;
}

#news01 .swiper-slide dl dd .n_date {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    overflow: hidden;
    line-height: 28px;
}

#news01 .swiper-slide dl dd .n_date span {
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
}

.news_list {
    width: 570px;
    display: block;
    overflow: hidden;
}

.news_list .tab-hd02 {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: right;
}

.news_list .tab-hd02 li {
    width: 100px;
    display: inline-block;
    margin-right: 20px;
    line-height: 40px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.news_list .tab-hd02 li:nth-child(2) {
    margin-right: 0
}

.news_list .tab-hd02 .active02 {
    background: #1859b7;
    color: #fff !important;
}

.news_list .tab-bd02 {
    width: 100%;
    overflow: hidden;
}

.news_list .tab-bd02 li {}

.news_list .tab-bd02 li .news_nr {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_list .tab-bd02 li .news_nr dl {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    padding: 18px 0;
}

.news_list .tab-bd02 li .news_nr dl dt {
    width: 80px;
    border-right: 2px solid #ccc;
    text-align: center;
    margin-right: 15px;
    float: left;
}

.news_list .tab-bd02 li .news_nr dl dt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

.news_list .tab-bd02 li .news_nr dl dt p {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    margin-top: 10px;
}

.news_list .tab-bd02 li .news_nr dl dd {
    display: inline-block;
    width: 470px;
}

.news_list .tab-bd02 li .news_nr dl dd h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
}

.news_list .tab-bd02 li .news_nr dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news_list .tab-bd02 li .news_nr dl:hover {
    background: #1859b7;
}

.news_list .tab-bd02 li .news_nr dl:hover dt h3 {
    color: #fff;
}

.news_list .tab-bd02 li .news_nr dl:hover dt p {
    color: #fff;
}

.news_list .tab-bd02 li .news_nr dl:hover dd h3 {
    color: #fff;
}

.news_list .tab-bd02 li .news_nr dl:hover dd p {
    color: #fff;
}


/* 友情链接  */

.link {
    overflow: hidden;
    padding: 10px 0;
}

.link h3 {
    font-size: 26px;
    color: #1859b7;
    line-height: 45px;
    text-transform: uppercase;
}

.link h3 i {
    font-size: 16px;
    color: #000;
    font-style: normal;
}

.link ul {
    padding: 20px;
    border: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
    display: block;
    padding: 0 10px;
}

.link ul li a {
    font-size: 14px;
    color: #808080;
    line-height: 30px;
}

.link ul li a:hover {
    color: #1859b7;
    text-decoration: underline;
}

.subsite {
    background: #f2f2f2;
    overflow: hidden;
}

.subsite ul {
    border-left: 6px solid #1859b7;
    list-style: none;
    display: block;
    overflow: hidden;
}

.subsite ul li {
    float: left;
    display: block;
    padding: 0 10px;
    line-height: 45px;
}

.subsite ul li a {
    font-size: 14px;
    color: #808080;
}

.subsite ul li a:hover {
    color: #1859b7;
    text-decoration: underline;
}


/* 底部  */

.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/db_bg.jpg) top center no-repeat;
    margin-top: 20px;
}

.db_nav {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.db_nav ul {
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.db_nav ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 16px;
}

.db_nav ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 30px
}

.db_con {
    padding: 35px 0;
    overflow: hidden;
}

.db_logo {
    width: 350px;
    background: url(../images/db_line.png) left no-repeat;
    min-height: 160px;
    text-align: center;
}

.db_logo img {
    display: block;
    margin: 0 auto
}

.db_logo h3 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    margin-top: 15px;
}

.db_lx {
    width: 400px;
    background: url(../images/db_line.png) left no-repeat;
    min-height: 160px;
    text-align: center;
    padding-left: 40px;
}

.db_lx p {
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.db_ewm {
    width: 380px;
    padding-left: ;
    background: url(../images/db_line.png) left no-repeat;
    min-height: 160px;
    padding-left: 20px;
}

.db_tel {
    width: 240px;
    text-align: right;
    display: block;
}

.db_tel h3 {
    font-size: 35px;
    color: #fff;
    font-style: italic;
    line-height: 45px;
}

.db_tel p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin: 5px 0;
}

.db_tel span {
    width: 170px;
    text-align: center;
    display: block;
    background: #fff;
    float: right;
}

.db_tel span a {
    font-size: 14px;
    color: #1859b7;
    display: block;
    padding: 8px 0;
    border-radius: 10px;
}

.ewm01 {
    width: 120px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.ewm01 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ewm01 p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.copyright {
    width: 100%;
    display: block;
    background: #1550a5;
    display: block;
    overflow: hidden;
    line-height: 56px;
}

.copyright p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.copyright p a {
    color: #fff;
}


/*  搜索   */

.hots_bg {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1dfdf;
    margin: 0 auto;
    background: #f9f9f9;
}

.hotword {
    float: left;
}

.hotword li {
    float: left;
    color: #333;
    font: bold 14px/60px "Microsoft YaHei";
}

.hotword li a {
    display: block;
    color: #525252;
    font: normal 14px/60px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
}

.hotword li a:hover {
    display: block;
    color: #ec651b;
    font: normal 14px/60px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
    text-decoration: underline;
}

.head_search {
    width: 252px;
    float: right;
    margin-top: 10px;
    background: #edf0f5;
    border-radius: 15px;
}

.boxs {
    height: 40px;
    width: 250px;
    line-height: 30px;
    font-size: 12px;
}

.texts {
    width: 200px;
    height: 100%;
    float: left;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
    background: #edf0f5;
}

.btnSubmits {
    width: 40px;
    height: 40px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    background: url(../images/sea_btn.png) 8px no-repeat;
}


/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}


/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}


/*banner*/

.flash {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 500px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/*左侧分栏*/

.con_section {
    position: relative;
    padding: 20px 20px 50px;
    background: #fff;
    overflow: hidden;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 222px;
}

lside section h2 {
    background: url(../images/p_tit.png) 15px no-repeat #004b98;
    height: 105px;
    font-size: 30px;
    line-height: 105px;
    color: #fff;
    padding-left: 65px;
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover,
{
    background: #efefef;
}

lside .lside_list dl dd .on2 {
    background: #004b98;
    color: #fff;
}

.side_lx,
.side_news {
    width: 222px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 83px;
    font-size: 24px;
    color: #fff;
    background: #004b98;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 18px;
    color: #585858;
    line-height: 30px;
}

.side_lx p i {
    font-style: normal;
    font-size: 28px;
    color: #ca1212;
    line-height: 45px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}


/*右侧内容*/

article {
    width: 930px;
    float: right;
    padding: 0 10px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}


/*新闻列表*/


/*新闻列表*/

.module_list_article {
    padding: 10px;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
}

.module_list_article dl dt img {
    width: 100%;
    max-height: 150px;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    margin-top: 20px;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 30px 10px;
}

.article_content .article_editor p {
    font-size: 14px;
    line-height: 32px;
}


/*图片列表*/

.module_list_img {
    padding: 10px;
    margin-top: 30px;
}

.module_list_img li {
    width: 32%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 230px;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #787979;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.module_list_img li:hover h3 {
    background: #004b98;
}

.page_bg {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
}


/*图片详情*/


/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: right;
    width: 630px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
    padding: 20px 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px!important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


/*左侧工具条*/

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #004b97;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #004b97;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #004b97;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #004b97;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.case_list02 ul li:hover p {
    background: #004b98;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.img_img {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.img_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

article table td{
    padding:5px 10px;
}

article table tr:nth-child(1){
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

article table tr td:nth-child(2),
article table tr td:nth-child(3),
article table tr td:nth-child(4){
    text-align: center;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}</pre></body></html>